PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.optionalcontent Package / PDFOptionalContentGroupDefaultState Enumeration
In This Topic
    PDFOptionalContentGroupDefaultState Enumeration
    In This Topic
    Defines the possible default states for optional content.
    Members
    MemberDescription
    NONEThe optional content group does not have a default state.
    OFFThe optional content group is invisible when the document is displayed.
    ONThe optional content group is visible when the document is displayed.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.optionalcontent.PDFOptionalContentGroupDefaultState

    See Also